testing.common.flushToParent (method)

9 uses

	testing (current package)
		fuzz.go#L421: 		f.flushToParent(f.name, format, "FAIL", f.name, dstr)
		fuzz.go#L424: 			f.flushToParent(f.name, format, "SKIP", f.name, dstr)
		fuzz.go#L426: 			f.flushToParent(f.name, format, "PASS", f.name, dstr)
		fuzz.go#L694: 				root.flushToParent(root.name, "--- FAIL: %s (%s)\n", root.name, fmtDuration(d))
		testing.go#L807: func (c *common) flushToParent(testName, format string, args ...any) {
		testing.go#L1866: 				root.flushToParent(root.name, "--- FAIL: %s (%s)\n", root.name, fmtDuration(d))
		testing.go#L2393: 		t.flushToParent(t.name, format, "FAIL", t.name, dstr)
		testing.go#L2396: 			t.flushToParent(t.name, format, "SKIP", t.name, dstr)
		testing.go#L2398: 			t.flushToParent(t.name, format, "PASS", t.name, dstr)